home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Co-Cz / Confine.cpt / CONSAF.STK / card_9819.txt < prev    next >
Text File  |  1990-02-06  |  2KB  |  90 lines

  1. -- card: 9819 from stack: in.STK
  2. -- bmap block id: 10017
  3. -- flags: 0000
  4. -- background id: 2575
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8005
  11. -- rect: left=105 top=121 right=140 bottom=127
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   beep 1
  23.   Answer "Incorrect, please try again!"
  24.  
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 8005
  32. -- rect: left=105 top=156 right=175 bottom=127
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: New Button
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   beep 5
  44.   Answer "Correct, 19.5% is considered minimum."
  45.   visual effect dissolve
  46.   go next
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 3 (button)
  52. -- low flags: 00
  53. -- high flags: 8005
  54. -- rect: left=105 top=192 right=211 bottom=127
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: New Button
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   beep 1
  66.   answer "Incorrect, please try again!"
  67.  
  68. end mouseUp
  69.  
  70.  
  71.  
  72. -- part 4 (button)
  73. -- low flags: 00
  74. -- high flags: 8005
  75. -- rect: left=104 top=227 right=246 bottom=126
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: New Button
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   beep 1
  87.   Answer "Incorrect, Please try Again!"
  88. end mouseUp
  89.  
  90.